ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid Class / AddItem Method / AddItem(Object[],Int32,Int32) Method

In This Topic
    AddItem(Object[],Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function AddItem( _
       ByVal items() As System.Object, _
       ByVal rowIndex As System.Integer, _
       ByVal colIndex As System.Integer _
    ) As Row
    public Row AddItem( 
       System.object[] items,
       System.int rowIndex,
       System.int colIndex
    )

    Parameters

    items
    rowIndex
    colIndex
    See Also